===================================================================
Gbp-Pq: Name silent-integration-test-suite-i386.diff
// RUN: %clang -g -o %t %s
// RUN: %lldb -s %S/basic_lldb.in %t | grep "main at basic_lldb.c:"
// REQUIRES: lldb, clang
+// XFAIL: i686, i386
int main() {
int a=0;
// RUN: %clangxx -g -o %t %s
// RUN: %lldb -s %S/basic_lldb2.in %t | grep "stop reason = step over"
// REQUIRES: lldb, clangxx
+// XFAIL: i686, i386
#include <vector>
int main (void)
// REQUIRES: clang
// RUN: %clang -fsanitize=address %s -o %t -lc
// RUN: %t
+// XFAIL: i686, i386
#include <stdio.h>
int main(int argc, char **argv)